home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / univspl / install.txt < prev    next >
Text File  |  1999-02-03  |  1KB  |  36 lines

  1. 1.  Installation notes
  2.  
  3. It is important to use the directory names when decompressing the files
  4. as the project makefiles are dependant on code being in certain directories.
  5.  
  6. The import library you need to link with varies with the compiler.
  7. All Borland C/C++ compilers use uspl.lib, while Microsoft Visual C++
  8. uses uspl_vc.lib.
  9.  
  10. The DLL must be in the folder with the project you are building or in the
  11. Windows\System directory.
  12.  
  13. Borland C/C++ 5.x .mak files need to be modified to point to the installed
  14. Borland directories for include and lib.
  15.  
  16. 2.  Supported compilers
  17.  
  18. This release supports Borland C/C++ 5.x, Borland C++ Builder 1 and 3, and
  19. Microsoft's Visual C++. 
  20.  
  21. As this is a DLL with the .DEF file included other compilers and languages
  22. can use the DLL, but you will need to make your own .LIB and header files.
  23.  
  24. 3. Differences between evaluation and registered versions
  25.  
  26. The evaluation version will display a reminder window the first time a
  27. routine is called, and every 5 minutes thereafter when a routine is called.
  28.  
  29. The registered version does not have the "nag" screen, and features many
  30. routines that have been optimized and run up to 4 times faster than the
  31. evaluation version.
  32.  
  33. 4.  Issues
  34.  
  35. No known issues
  36.